[INFO] cloning repository https://github.com/essence-dx/serializer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/essence-dx/serializer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fessence-dx%2Fserializer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fessence-dx%2Fserializer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d8c4df8c55f0cefb7f312c3d67e2bb128642f52
[INFO] fixing essence-dx/serializer against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fessence-dx%2Fserializer" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/essence-dx/serializer
[INFO] finished tweaking git repo https://github.com/essence-dx/serializer
[INFO] tweaked toml for git repo https://github.com/essence-dx/serializer written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/essence-dx/serializer on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/essence-dx/serializer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rkyv v0.8.16
[INFO] [stderr]   Downloaded rkyv_derive v0.8.16
[INFO] [stderr]   Downloaded lz4_flex v0.11.6
[INFO] [stderr]   Downloaded tiktoken-rs v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326
[INFO] running `Command { std: "docker" "start" "469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking lz4_flex v0.11.6
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.49
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling rkyv_derive v0.8.16
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking rkyv v0.8.16
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking dx-serializer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/smart_keys_demo.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Simple demonstration of Popular vs Custom key handling
[INFO] [stdout]   2 | | /// Shows that the LOGIC is correct (HashMap lookup with fallback)
[INFO] [stdout]   3 | | use serializer::Mappings;
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |     println!("╚═══════════════════════════════════════════════════════════╝");
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> benches/dx_zero_bench.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         unsafe { &*(bytes.as_ptr() as *const Self) }
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-W unsafe-code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> benches/dx_zero_bench.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 | /         unsafe {
[INFO] [stdout] 74 | |             let ptr = (self as *const Self as *const u8).add(4);
[INFO] [stdout] 75 | |             u64::from_le_bytes(*(ptr as *const [u8; 8]))
[INFO] [stdout] 76 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> benches/dx_zero_bench.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | /         unsafe {
[INFO] [stdout] 82 | |             let ptr = (self as *const Self as *const u8).add(12);
[INFO] [stdout] 83 | |             u32::from_le_bytes(*(ptr as *const [u8; 4]))
[INFO] [stdout] 84 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> benches/dx_zero_bench.rs:89:20
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let slot = unsafe { &*(self.name_slot.as_ptr() as *const DxZeroSlot) };
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> benches/dx_zero_bench.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 | /             unsafe {
[INFO] [stdout] 95 | |                 let ptr =
[INFO] [stdout] 96 | |                     (self as *const Self as *const u8).add(Self::HEAP_OFFSET + offset as usize);
[INFO] [stdout] 97 | |                 let bytes = std::slice::from_raw_parts(ptr, length as usize);
[INFO] [stdout] 98 | |                 std::str::from_utf8_unchecked(bytes)
[INFO] [stdout] 99 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> examples/dx_machine_batch.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let archived_single = unsafe { deserialize::<Person>(&single_bytes) };
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-W unsafe-code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> examples/dx_machine_batch.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let archived_batch = unsafe { deserialize_batch::<Person>(&batch_bytes) };
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/verify_claims.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Comprehensive DX Serializer Verification
[INFO] [stdout]   2 | | ///
[INFO] [stdout]   3 | | /// Tests all claims:
[INFO] [stdout]   4 | | /// 1. 3x+ smaller than TOON for LLMs
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |     (words as f64 * 1.33) as usize + (symbols / 2)
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `sample_small` is never used
[INFO] [stdout]   --> benches/dx_zero_bench.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl User {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn sample_small() -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HEADER_SIZE` is never used
[INFO] [stdout]   --> benches/dx_zero_bench.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl UserDxZero {
[INFO] [stdout]    | --------------- associated constant in this implementation
[INFO] [stdout] 61 |     const HEADER_SIZE: usize = 4;
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> benches/dx_zero_bench.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> benches/dx_zero_bench.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> benches/dx_zero_bench.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |         builder.finish();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let _ = builder.finish();
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> benches/dx_zero_bench.rs:262:9
[INFO] [stdout]     |
[INFO] [stdout] 262 |         builder.finish();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let _ = builder.finish();
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/dx_zero_bench.rs:278:1
[INFO] [stdout]     |
[INFO] [stdout] 278 | / criterion_group!(
[INFO] [stdout] 279 | |     benches,
[INFO] [stdout] 280 | |     bench_dx_zero_serialize,
[INFO] [stdout] 281 | |     bench_dx_zero_deserialize,
[INFO] [stdout] ...   |
[INFO] [stdout] 284 | |     bench_inline_vs_heap,
[INFO] [stdout] 285 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/space_separator_test.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Fact-checking space separator solutions for text with spaces
[INFO] [stdout]   2 | | /// Run with: cargo run --example `space_separator_test` -p dx-serializer --features tiktoken
[INFO] [stdout]   3 | | use serializer::llm::tokens::{ModelType, TokenCounter};
[INFO] [stdout] ...   |
[INFO] [stdout] 326 | |     println!("═══════════════════════════════════════════════════════════════\n");
[INFO] [stdout] 327 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/format_comparison_test.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Comprehensive Format Comparison Test
[INFO] [stdout]   2 | | ///
[INFO] [stdout]   3 | | /// Tests ALL formats (JSON, TOON, Dx Serializer, Binary) on playground files
[INFO] [stdout]   4 | | /// to demonstrate that Dx Serializer is THE UNIVERSAL FORMAT
[INFO] [stdout] ...   |
[INFO] [stdout] 334 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 198 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 215 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 237 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:268:5
[INFO] [stdout]     |
[INFO] [stdout] 268 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 268 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:289:5
[INFO] [stdout]     |
[INFO] [stdout] 289 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 289 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `DxMachineBuilder::<'a>::finish` that must be used
[INFO] [stdout]    --> tests/zero_integration.rs:312:5
[INFO] [stdout]     |
[INFO] [stdout] 312 |     builder.finish();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 312 |     let _ = builder.finish();
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/test_format_output.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Test dx-serializer format conversions and file output
[INFO] [stdout]   2 | | /// Run with: cargo run --example test_format_output -p dx-serializer
[INFO] [stdout]   3 | | use serializer::{
[INFO] [stdout]   4 | |     DxArray, DxObject, DxValue, encode,
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | |     println!("\n💡 Tip: Check the files in your root directory!");
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `serializer::machine::DxArena`, `serializer::machine::DxMmap`, `serializer::machine::QuantumWriter`
[INFO] [stdout]    --> benches/mmap_benchmark.rs:11:27
[INFO] [stdout]     |
[INFO] [stdout]  11 | use serializer::machine::{DxArena, DxMmap, QuantumWriter};
[INFO] [stdout]     |                           ^^^^^^^  ^^^^^^  ^^^^^^^^^^^^^ no `QuantumWriter` in `machine`
[INFO] [stdout]     |                           |        |
[INFO] [stdout]     |                           |        no `DxMmap` in `machine`
[INFO] [stdout]     |                           no `DxArena` in `machine`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/machine/mod.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 155 | #[cfg(feature = "mmap")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `mmap` feature
[INFO] [stdout] 156 | pub use mmap::{DxMmap, DxMmapBatch};
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/leaf_inline_demo.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Demonstrates the leaf inline syntax (::) in Dx Serializer format
[INFO] [stdout]   2 | | /// Run with: cargo run --example leaf_inline_demo -p dx-serializer
[INFO] [stdout]   3 | | use serializer::llm::{DxDocument, DxLlmValue, LlmParser, LlmSerializer};
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |     println!("   Original values preserved: {}", parsed.context.len());
[INFO] [stdout] 101 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]   --> examples/regenerate_dx.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use serializer::{document_to_human, llm_to_document};
[INFO] [stdout]  2 | | use std::fs;
[INFO] [stdout]  3 | |
[INFO] [stdout]  4 | | fn main() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     Ok(())
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> tests/verify_converters.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Comprehensive test to verify all converters work correctly
[INFO] [stdout]   2 | |
[INFO] [stdout]   3 | | #[cfg(test)]
[INFO] [stdout]   4 | | mod verification_tests {
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> examples/show_formats.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Show current dx-serializer formats
[INFO] [stdout]   2 | | /// Run with: cargo run --example show_formats -p dx-serializer
[INFO] [stdout]   3 | | use serializer::{
[INFO] [stdout]   4 | |     DxArray, DxObject, DxValue, encode,
[INFO] [stdout] ...   |
[INFO] [stdout] 167 | |     println!("Machine     │ Binary, zero-copy    │ .machine");
[INFO] [stdout] 168 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/dx_vs_rkyv.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | / criterion_group!(
[INFO] [stdout] 108 | |     benches,
[INFO] [stdout] 109 | |     bench_batch_50,
[INFO] [stdout] 110 | |     bench_batch_100,
[INFO] [stdout] ...   |
[INFO] [stdout] 113 | |     bench_batch_10k
[INFO] [stdout] 114 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dx-serializer` (bench "mmap_benchmark") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved imports `serializer::machine::DxArena`, `serializer::machine::QuantumWriter`
[INFO] [stdout]   --> benches/dx_vs_rkyv_real.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | use serializer::machine::{DxArena, QuantumWriter};
[INFO] [stdout]    |                           ^^^^^^^  ^^^^^^^^^^^^^ no `QuantumWriter` in `machine`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           no `DxArena` in `machine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> benches/dx_machine_standalone.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use criterion::{BenchmarkId, Criterion, black_box, criterion_group, criterion_main};
[INFO] [stdout]   2 | | use serde::{Deserialize, Serialize};
[INFO] [stdout]   3 | | use serializer::machine::serde_compat::{from_bytes, to_bytes};
[INFO] [stdout] ...   |
[INFO] [stdout] 219 | |     verify_correctness();
[INFO] [stdout] 220 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/dx_machine_standalone.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / criterion_group!(
[INFO] [stdout] 205 | |     benches,
[INFO] [stdout] 206 | |     bench_serialize_person,
[INFO] [stdout] 207 | |     bench_deserialize_person,
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | |     bench_roundtrip_orders,
[INFO] [stdout] 212 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `benchmark_parse_complex` is never used
[INFO] [stdout]   --> benches/dx_vs_toon.rs:85:4
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn benchmark_parse_complex(c: &mut Criterion) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `benchmark_parse_large` is never used
[INFO] [stdout]   --> benches/dx_vs_toon.rs:99:4
[INFO] [stdout]    |
[INFO] [stdout] 99 | fn benchmark_parse_large(c: &mut Criterion) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `benchmark_encode_round_trip` is never used
[INFO] [stdout]    --> benches/dx_vs_toon.rs:113:4
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn benchmark_encode_round_trip(c: &mut Criterion) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `benchmark_human_format` is never used
[INFO] [stdout]    --> benches/dx_vs_toon.rs:125:4
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn benchmark_human_format(c: &mut Criterion) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/dx_vs_toon.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | criterion_group!(benches, benchmark_parse_simple, benchmark_compression_ratio);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> tests/smart_key_tests.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / /// Test: Smart Key Handling (Popular vs Custom)
[INFO] [stdout]   2 | | ///
[INFO] [stdout]   3 | | /// Verifies that:
[INFO] [stdout]   4 | | /// 1. Popular keys get abbreviated (using default 12 mappings)
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |     assert!(result.contains("timeout"), "Custom key preserved");
[INFO] [stdout] 268 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]   --> examples/llm_to_human_format.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use std::fs;
[INFO] [stdout]  2 | | use std::path::Path;
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |     Ok(())
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> benches/adaptive_optimization.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use criterion::{BenchmarkId, Criterion, black_box, criterion_group, criterion_main};
[INFO] [stdout]   2 | | use rkyv::{Archive, Deserialize, Serialize};
[INFO] [stdout]   3 | | use serializer::machine::optimized_rkyv::OptimizedRkyv;
[INFO] [stdout]   4 | | use std::path::PathBuf;
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | | #[cfg(not(any(feature = "compression", feature = "arena")))]
[INFO] [stdout] 192 | | criterion_main!(benches);
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/adaptive_optimization.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | / criterion_group!(
[INFO] [stdout] 170 | |     benches,
[INFO] [stdout] 171 | |     bench_adaptive_file_io,
[INFO] [stdout] 172 | |     bench_adaptive_batch,
[INFO] [stdout] 173 | |     bench_batch_file_operations,
[INFO] [stdout] 174 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/adaptive_optimization.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | criterion_group!(compression_benches, bench_adaptive_compression);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> benches/zstd_cache_roundtrip.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use criterion::{BenchmarkId, Criterion, black_box, criterion_group, criterion_main};
[INFO] [stdout]   2 | | use serializer::llm::convert::{document_to_machine, machine_to_document};
[INFO] [stdout]   3 | | use serializer::llm::types::{DxDocument, DxLlmValue};
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/zstd_cache_roundtrip.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / criterion_group!(
[INFO] [stdout] 164 | |     benches,
[INFO] [stdout] 165 | |     bench_serialize,
[INFO] [stdout] 166 | |     bench_deserialize_first_access,
[INFO] [stdout] 167 | |     bench_deserialize_cached,
[INFO] [stdout] 168 | |     bench_roundtrip
[INFO] [stdout] 169 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> benches/dx_vs_rkyv_real.rs:189:14
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn bench_all(c: &mut Criterion) {
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dx-serializer` (bench "dx_vs_rkyv_real") due to 1 previous error; 1 warning emitted
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> benches/machine_vs_rkyv.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use criterion::{Criterion, black_box, criterion_group, criterion_main};
[INFO] [stdout]   2 | | use rkyv::{Archive, Deserialize, Serialize, rancor::Error};
[INFO] [stdout]   3 | | use serializer::llm::{
[INFO] [stdout]   4 | |     DxDocument, DxLlmValue, DxSection, document_to_machine, machine_to_document,
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | | );
[INFO] [stdout] 192 | | criterion_main!(benches);
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/machine_vs_rkyv.rs:185:1
[INFO] [stdout]     |
[INFO] [stdout] 185 | / criterion_group!(
[INFO] [stdout] 186 | |     benches,
[INFO] [stdout] 187 | |     bench_serialize,
[INFO] [stdout] 188 | |     bench_deserialize,
[INFO] [stdout] 189 | |     bench_roundtrip,
[INFO] [stdout] 190 | |     bench_size
[INFO] [stdout] 191 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> benches/dx_machine_vs_rkyv.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |     let mut group = c.benchmark_group("size_comparison");
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bench_size` is never used
[INFO] [stdout]    --> benches/dx_machine_vs_rkyv.rs:314:4
[INFO] [stdout]     |
[INFO] [stdout] 314 | fn bench_size(c: &mut Criterion) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for the crate
[INFO] [stdout]    --> benches/dx_machine_vs_rkyv.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use criterion::{BenchmarkId, Criterion, criterion_group, criterion_main};
[INFO] [stdout]   2 | | use rkyv::{Archive, Deserialize, Serialize};
[INFO] [stdout]   3 | | use serde::{Deserialize as SerdeDeserialize, Serialize as SerdeSerialize};
[INFO] [stdout]   4 | | use serializer::machine::{from_bytes_serde as dx_from_bytes, to_bytes_serde as dx_to_bytes};
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | criterion_group!(benches, bench_serialize, bench_deserialize);
[INFO] [stdout] 334 | | criterion_main!(benches);
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-W missing-docs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]    --> benches/dx_machine_vs_rkyv.rs:333:1
[INFO] [stdout]     |
[INFO] [stdout] 333 | criterion_group!(benches, bench_serialize, bench_deserialize);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::criterion_group` which comes from the expansion of the macro `criterion_group` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326", kill_on_drop: false }`
[INFO] [stdout] 469b116da0be081134cb3c2b4a78c2a4d77c2b82f80069b6dcafcf1e892af326
